Cypress intercepts the real network call and replaces the response.
The request will get a mocked 200 OK response with your custom JSON data.
as('mockedUsers') allows you to wait or assert on it later.
We can stub using fixtures as well.